home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / pdc / make / makefile < prev    next >
Makefile  |  1990-04-19  |  138b  |  10 lines

  1.  
  2. OBJS = main.o make.o rules.o reader.o input.o macro.o check.o
  3.  
  4. CFLAGS =
  5.  
  6. make : $(OBJS)
  7.     ccx -o make $(OBJS)
  8.  
  9. clean:
  10.     delete (\#?.o|make)